Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::numeric::ublas::vector_view_traits< T[N] > Struct Template Reference

#include <c_array.hpp>

Public Types

typedef T vector_type [N]
 
typedef std::size_t size_type
 
typedef std::ptrdiff_t difference_type
 
typedef dense_tag storage_category
 
typedef T value_type
 
typedef const Tconst_reference
 
typedef const Tconst_pointer
 
typedef const vector_reference
< const vector_type
const_closure_type
 
typedef const_pointer const_iterator
 

Static Public Member Functions

static const_iterator begin (const vector_type &v)
 iterator pointing to the first element More...
 
static const_iterator end (const vector_type &v)
 iterator pointing behind the last element More...
 

Member Typedef Documentation

template<class T , int N>
typedef const vector_reference<const vector_type> boost::numeric::ublas::vector_view_traits< T[N] >::const_closure_type
template<class T , int N>
typedef const T* boost::numeric::ublas::vector_view_traits< T[N] >::const_pointer
template<class T , int N>
typedef const T& boost::numeric::ublas::vector_view_traits< T[N] >::const_reference
template<class T , int N>
typedef std::ptrdiff_t boost::numeric::ublas::vector_view_traits< T[N] >::difference_type
template<class T , int N>
typedef std::size_t boost::numeric::ublas::vector_view_traits< T[N] >::size_type
template<class T , int N>
typedef T boost::numeric::ublas::vector_view_traits< T[N] >::value_type
template<class T , int N>
typedef T boost::numeric::ublas::vector_view_traits< T[N] >::vector_type[N]

Member Function Documentation

template<class T , int N>
static const_iterator boost::numeric::ublas::vector_view_traits< T[N] >::begin ( const vector_type v)
inlinestatic

iterator pointing to the first element

template<class T , int N>
static const_iterator boost::numeric::ublas::vector_view_traits< T[N] >::end ( const vector_type v)
inlinestatic

iterator pointing behind the last element

References N.


The documentation for this struct was generated from the following file: